From cb48d6ebf6df5208779a1995ab62179938139cb4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 29 Jul 2021 22:00:37 +0200 Subject: Remove old packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- perl-file-tail [moved to community]/PKGBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 perl-file-tail [moved to community]/PKGBUILD (limited to 'perl-file-tail [moved to community]/PKGBUILD') diff --git a/perl-file-tail [moved to community]/PKGBUILD b/perl-file-tail [moved to community]/PKGBUILD deleted file mode 100644 index f048c58..0000000 --- a/perl-file-tail [moved to community]/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> -# Previous maintainer: Kevin Piche - -pkgname=perl-file-tail -_realname=File-Tail -pkgver=0.99.3 -pkgrel=5 -pkgdesc="Perl/CPAN File::Tail module for reading from continously updated files" -arch=('any') -license=('PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/" -depends=('perl>=5.10.0') -options=(!emptydirs) -source=(http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/${_realname}-$pkgver.tar.gz) -md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c') - -build() { - cd $srcdir/${_realname}-$pkgver - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd $srcdir/${_realname}-$pkgver - make install DESTDIR=${pkgdir} -} -- cgit v1.2.3-70-g09d2